Why is SDL_vulkan.h not included in SDL.h?

I ran into a bit of a stumbling block today because the popular SDL2 wrapper for Common Lisp is auto-generated from SDL.h, which does not include the vulkan headers. Obviously, I can work around this, but I can’t help but wonder why this is the case. The GL headers are included, the Metal headers are included; why not Vulkan too?