meson: refactor Vulkan loader/headers search
Prefer our Vulkan-Headers as they are always available and with correct version. Also remove version check from Vulkan loader as we do not care about it, it will be resolved during runtime if supported Vulkan version is available.
This fixes build for Android and gives more portability in general.
Android NDK 25c provides Vulkan 1.3.203 headers, but without vk.xml registry file which we use to generate some code.