My current Vim setup includes the ack.vim plugin. Now, I'd like to use the Vim setup I have on other systems, but some of those systems don't have ack installed. Is there a way for me to detect the presence or absence of ack in the .vimrc and turn the plugin on/off accordingly?
(Edit: fixed a typo.)