SDL_Vulkan_GetInstanceExtensions() returns VK_KHR_xlib_surface instead of VK_KHR_wayland_surface

Is there a way to get SDL to prefer wayland over x11? Running echo $XDG_SESSION_TYPE returns wayland so I was expecting the wayland extension to be returned. Thanks for any insight!